home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
pc
/
pb
/
profile.dir
/
00016_Script_#go to issues script
< prev
next >
Wrap
Text File
|
1997-07-29
|
808b
|
29 lines
global current_pm, prev_frame, profiss_rolls, the_rolls,virtualRolloverList,next_bsub, menusub_notgone
on mouseUp
if rollover(the clickon) then
if the timer > 90 then
if menusub_notgone = 0 then
waitcursor the clickon
-- go to issues
put current_pm into item 1 of iss_fr
put "iss" into item 2 of iss_fr
put the frame into prev_frame
-- set the_rolls = profiss_rolls
if soundbusy(1) then
sound fadeOut 1, 30
end if
see_sprite([15],true)
puppettransition 01,4,6
go to frame marker(string(iss_fr))
-- set_cursors(profiss_rolls)
-- do field string(iss_fr)
cursor 0
end if
end if
end if
end